type log/slog.handleState

18 uses

	log/slog (current package)
		handler.go#L317: func (s *handleState) appendNonBuiltIns(r Record) {
		handler.go#L373: type handleState struct {
		handler.go#L387: func (h *commonHandler) newHandleState(buf *buffer.Buffer, freeBuf bool, sep string) handleState {
		handler.go#L388: 	s := handleState{
		handler.go#L402: func (s *handleState) free() {
		handler.go#L413: func (s *handleState) openGroups() {
		handler.go#L424: func (s *handleState) openGroup(name string) {
		handler.go#L440: func (s *handleState) closeGroup(name string) {
		handler.go#L454: func (s *handleState) appendAttrs(as []Attr) bool {
		handler.go#L467: func (s *handleState) appendAttr(a Attr) bool {
		handler.go#L521: func (s *handleState) appendError(err error) {
		handler.go#L525: func (s *handleState) appendKey(key string) {
		handler.go#L541: func (s *handleState) appendString(str string) {
		handler.go#L556: func (s *handleState) appendValue(v Value) {
		handler.go#L585: func (s *handleState) appendTime(t time.Time) {
		json_handler.go#L95: func appendJSONTime(s *handleState, t time.Time) {
		json_handler.go#L106: func appendJSONValue(s *handleState, v Value) error {
		text_handler.go#L98: func appendTextValue(s *handleState, v Value) error {